Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
StringPool Class Reference

StringPool handles and manipulates string variable pools for activities. More...

Inheritance diagram for StringPool:
Pool

Public Member Functions

QString valuesToString ()
 Returns all the strings in this pool seperated by a semicolon (no space). More...
 
- Public Member Functions inherited from Pool
QString name ()
 Returns the name of the pool. More...
 
QString getElementToString (int)
 Returns the element in the pool at the specified index. More...
 
bool isInPool (QString)
 Returns true if the specified value is in the pool, otherwise false. More...
 

Detailed Description

StringPool handles and manipulates string variable pools for activities.

Member Function Documentation

◆ valuesToString()

QString StringPool::valuesToString ( )

Returns all the strings in this pool seperated by a semicolon (no space).

Returns
QString, all the strings in this pool seperated by a semicolon (no space).

The documentation for this class was generated from the following file: